From: Stefan Monnier Date: Tue, 21 Aug 2007 15:53:39 +0000 (+0000) Subject: (byte-compile-interactive-only-functions): Add previous-line and next-line. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17291 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=26ef9fea986d09d5f5828cdde0ea3e1ac4864281;p=emacs.git (byte-compile-interactive-only-functions): Add previous-line and next-line. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6ac51e4e74..348e620f03e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-08-21 Stefan Monnier + * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): + Add previous-line and next-line. + * vc-arch.el (vc-arch-extra-menu-map): New var and fun. (vc-arch-find-file-not-found-hook): Remove, it's now the default. diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 286725f99c1..45c8422e64f 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -385,7 +385,7 @@ Elements of the list may be: (defvar byte-compile-interactive-only-functions '(beginning-of-buffer end-of-buffer replace-string replace-regexp - insert-file insert-buffer insert-file-literally) + insert-file insert-buffer insert-file-literally previous-line next-line) "List of commands that are not meant to be called from Lisp.") (defvar byte-compile-not-obsolete-var nil